Apex Language Parser for Visual Studio makes it possible to edit Apex classes inside of Visual Studio. Apex is a programming language used specifically with SalesForce.com. This was built using the Visual Studio 2008 SDK sample "ManagedMyC" and the Managed Babel library.
This Visual Studio 2010 Add-In creates a new item to the Projects and References context menus allowing developers to view detailed assembly information like fully qualified name, public keys and more without ever leaving Visual Studio.
Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha, CoffeeScript and TypeScript.
Clone Detective is a Visual Studio package that allows you analyze your C# project for clones. A clone is region of source code that is duplicated.
A Visual Studio Add-in that allows source code reviewers to easily mark and comment source code. The comments are stored in separate files together with information about the source file, project name, date when comment was made and other useful information.
The Code Endeavors DotNetNuke Module Templates utilize the Visual Studio Content Installer to enable the developer to create DotNetNuke modules quickly. After they are installed, simply open the File menu, expand New Project, and choose one of the templates to model your module
Visual Studio extension that collapses every item in the Solution Explorer tool window at the solution or project level.
C++ Debugger Visualizers for Boost, wxWidgets, TinyXML, TinyXML2
Cput – is the unit test framework that allow create and run tests for C++ projects. MS Visual Studio add-in makes easier to add new tests, debug and run existing. Currently support x86 C++ projects for MS VS 2005 and 2008. It's developed in C++.
Allows publishing to CodePlex directly from Visual Studio, thus eliminating the unnecessary step of going to the CodePlex site and publishing from there.
CRM 2011 Visual Studio Tools is an Addon for Visual Studio 2010 and 2012 and speeds up JavaScript Development on Microsoft CRM 2011.
A Visual Studio add-in that allows you to graphically design .NET Configuration Sections.
Open source project that adds features to Visual Studio that should already exist. Provides fast code generation for commonly written code and allowing for faster development.
Several samples showing how to extend the new WPF-based editor in Visual Studio 2010.
EffiProz is a pure C# database that can be easily deployed in cloud, standalone & embedded configurations.
Visual Studio extension that turns Code Analysis On or Off for all projects in the solution.
EntitiesToDTOs is an Entity Framework DTO generator used as an AddIn for Visual Studio. You'll no longer have to create DTOs for all your entities!
This is a Package / Add In for Visual Studio 2008 (should also run in VS2005 I think) that provides something I call "Method Injection" which is basically allowing multiple statements, Linq statements and Lambda expressions to be inserted and executed at a certain position in a debugged program. Actually it appears as an additional Toolwindow for Visual Studio that behaves a lot like the well known "Immediate Window" but enables us to to a few additional quite cool things that arent possible with VS right now: 1. Have you ever tried to use a Linq Statement, Lambda Expression or Anonymous Type in the Immediate Window? It wont work, wich is quite annoying since they are some of the most usefull things you could use while debugging. For example you could write: myCars.Where(car => car.Manufacturer.Name == "Mercedes") and get the results). This AddIn enables you to do so and it already works (even though Intellisense doesent work) 2. When standing at a Breakpoint sometimes you might want to write multiline statements in the Immediate Window (for example writing a foreach iteration over some sort of collection). This AddIn is the only way I know you could do it at the moment. Actually it enables you to type everything someone could code within a Method and execute this batch of statements at the position the Breakpoint stands at. This is why I sometimes also call the AddIn "Intruding Methods" or "Injection Methods". Within this "injection method" you write you can of course also use the private and public accessible objects that are found at the position of the current breakpoint, just like you can in the immediate window. 3. Search the whole tree of properties and fields (the object graph) of a locally accessible object or the result of your "injection method" for some sub string. This is something i am greatly missing in the Watch-Toolwindow of Visual Studio, especially when I am working with new or unknown types.
Clarity Consulting Inc. http://www.claritycon.com developed the original Facebook Developer Toolkit for the Microsoft Visual Studio Express Team. We have seen lots of feedback on suggestions on improving the codebase. We worked with Microsoft on an idea to keep the code relevant and up to date for all the Facebook Developers. Together we decided that hosting the source here on CodePlex will be the best way to track items and allow community involvement in the source. We encourage anyone to get involved. We would like to thank Microsoft for the great support they are giving this project, and the effort they are willing to commit to helping us keep the library up to date. This project contains .NET wrappers to the Facebook API. Also, includes sample projects and controls. We are going to start by trying to maintain both the vb.net and C# code bases. We will see how it goes.
Git Source Control Provider is a Visual Studio Plug-in that integrates Git with Visual Studio.